home *** CD-ROM | disk | FTP | other *** search
- VERSION 5.00
- Begin VB.Form frmMore
- BorderStyle = 1 'Fixed Single
- Caption = "More Info"
- ClientHeight = 4890
- ClientLeft = 285
- ClientTop = 1515
- ClientWidth = 8805
- Icon = "frmMore.frx":0000
- LinkTopic = "Form1"
- MaxButton = 0 'False
- MinButton = 0 'False
- ScaleHeight = 4890
- ScaleWidth = 8805
- StartUpPosition = 2 'CenterScreen
- Begin VB.CommandButton Command1
- Caption = "&OK"
- Height = 510
- Left = 7590
- TabIndex = 0
- Top = 4275
- Width = 1140
- End
- Begin VB.Label Label3
- Caption = "Full text formating to improve the display of certain data types"
- Height = 270
- Index = 5
- Left = 1080
- TabIndex = 10
- Top = 4410
- Width = 6420
- End
- Begin VB.Image Image1
- Height = 195
- Index = 7
- Left = 720
- Picture = "frmMore.frx":030A
- Top = 4395
- Width = 195
- End
- Begin VB.Image Image1
- Height = 195
- Index = 6
- Left = 30
- Picture = "frmMore.frx":0390
- Top = 1740
- Width = 195
- End
- Begin VB.Label Label1
- Caption = "Additional Features"
- BeginProperty Font
- Name = "MS Sans Serif"
- Size = 12
- Charset = 0
- Weight = 700
- Underline = 0 'False
- Italic = 0 'False
- Strikethrough = 0 'False
- EndProperty
- Height = 330
- Index = 1
- Left = 255
- TabIndex = 9
- Top = 1710
- Width = 2910
- End
- Begin VB.Label Label3
- Caption = "Visual cues to alert the user when data entered is incorrect"
- Height = 270
- Index = 4
- Left = 1065
- TabIndex = 8
- Top = 4155
- Width = 6420
- End
- Begin VB.Image Image1
- Height = 195
- Index = 5
- Left = 720
- Picture = "frmMore.frx":0401
- Top = 3870
- Width = 195
- End
- Begin VB.Label Label3
- Caption = "An SQL-Clause property to help build search-dialogues"
- Height = 270
- Index = 3
- Left = 1065
- TabIndex = 7
- Top = 3885
- Width = 6420
- End
- Begin VB.Image Image1
- Height = 195
- Index = 4
- Left = 720
- Picture = "frmMore.frx":0487
- Top = 3435
- Width = 195
- End
- Begin VB.Label Label3
- Caption = "A Drop-Down list for those finite data entries (such as person's country of origin or a product or customer name)"
- Height = 450
- Index = 2
- Left = 1065
- TabIndex = 6
- Top = 3375
- Width = 6420
- End
- Begin VB.Image Image1
- Height = 195
- Index = 3
- Left = 720
- Picture = "frmMore.frx":050D
- Top = 3090
- Width = 195
- End
- Begin VB.Label Label3
- Caption = "Built-in Calculator to help with entering derived data"
- Height = 240
- Index = 1
- Left = 1065
- TabIndex = 5
- Top = 3075
- Width = 6420
- End
- Begin VB.Image Image1
- Height = 195
- Index = 2
- Left = 720
- Picture = "frmMore.frx":0593
- Top = 2790
- Width = 195
- End
- Begin VB.Label Label3
- Caption = "Integrated Calendar to facillitate date entries"
- Height = 240
- Index = 0
- Left = 1065
- TabIndex = 4
- Top = 2775
- Width = 3315
- End
- Begin VB.Label Label2
- Caption = $"frmMore.frx":0619
- Height = 600
- Index = 2
- Left = 45
- TabIndex = 3
- Top = 2055
- Width = 8625
- End
- Begin VB.Image Image1
- Height = 195
- Index = 1
- Left = 720
- Picture = "frmMore.frx":071C
- Top = 4140
- Width = 195
- End
- Begin VB.Image Image1
- Height = 195
- Index = 0
- Left = 15
- Picture = "frmMore.frx":07A2
- Top = 75
- Width = 195
- End
- Begin VB.Label Label2
- Caption = $"frmMore.frx":0813
- Height = 1230
- Index = 0
- Left = 45
- TabIndex = 2
- Top = 375
- Width = 8625
- End
- Begin VB.Label Label1
- Caption = "What is the control?"
- BeginProperty Font
- Name = "MS Sans Serif"
- Size = 12
- Charset = 0
- Weight = 700
- Underline = 0 'False
- Italic = 0 'False
- Strikethrough = 0 'False
- EndProperty
- Height = 330
- Index = 0
- Left = 240
- TabIndex = 1
- Top = 45
- Width = 2910
- End
- Attribute VB_Name = "frmMore"
- Attribute VB_GlobalNameSpace = False
- Attribute VB_Creatable = False
- Attribute VB_PredeclaredId = True
- Attribute VB_Exposed = False
- Private Sub Command1_Click()
- Unload Me
- End Sub
-